@charset "UTF-8";
/* ========== 主体框架 start ========== */
.indexA {
    visibility: hidden;
}
/* ————— 头部 start ————— */
.topBox {
	text-align: center;
}
.top {
	display: inline-block;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	height: 90px;
	z-index: 999;
	opacity: 1;
	transition: .5s;
	background: #fff;
	padding: 0 50px;
	box-sizing: border-box;
	border-radius: 20px;
}
.subTop .topBox {
	width: 100%;
	border-radius: 0;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 666;
	box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
	height: 90px;
}
.subTop .top {
	position: relative;
	top: 0;
	background: none !important;
}
.top.active {
	background: #fff;
}


/* logo start */

.logo {
	width: 408px;
	height: 60px;
	float: left;
}

.logo img {
	width: 100%;
	margin-top: 12px;
	transition: all .5s;
}
.logo .imgLogo1 {display: none;}
.top.active .imgLogo1 {display: block;}
.top.active .imgLogo {display: none;}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
	z-index: 999 !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.topR {
	margin-top: 25px;
	position: relative;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	width: 68px;
	height: 40px;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-align: right;
	line-height: 40px;
	font-size: 20px !important;
	color: #fff;
	background: url(../images/sc.png) center center no-repeat;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: var(--themeColors) url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
.menuBox {
	position: relative;
	z-index: 1;
}

.menuDl {
	float: right;
}

.menuDl::after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	float: left;
	font-size: 16px;
	text-align: center;
	position: relative;
	line-height: 90px;
	padding: 0 24px;
}


.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	z-index: 11;
	border-radius: 0 0 5px 5px;
	transition: all .3s linear;
	opacity: 0;
}

.menuDl dd .ej .xsj {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -30px;
	border: 15px solid transparent;
	z-index: 999;
	border-bottom-color: #3b80e8;
}

.subTop .menuDl dd .ej {
	background-color: #fff;
}

.menuDl dd .ej li {
	font-size: 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.menuDl dd .ej li a {
	padding: 14px 8px;
	line-height: 25px;
	display: block;
	color: #333;
}

.subTop .menuDl dd .ej li a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #333;
	margin-bottom: 1px;
}

.menuDl dd .ej.show {
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.menuDl dd a.shuidi {
	display: block;
	color: #333;
	transition: .5s;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.menuDl dd.hover a.shuidi,
.menuDl dd.active a.shuidi {
	color: var(--themeColors);
	position: relative;
}
.menuDl dd a.shuidi::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--themeColors);
    bottom: -1.5px;
    left: 0;
    border-radius: 3px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 20;
    transform: scale(0);
}
.menuDl dd.hover a.shuidi::before,
.menuDl dd.active a.shuidi::before {
	transform: scale(1);
	opacity: 1;
}

.menuDl dd .ej li:hover {
	background: var(--themeColors);
}

.menuDl dd .ej li:hover a {
	color: #fff !important;
}

.menuDl dd .ej li:last-child {
	border-radius: 0 0 5px 5px;
}

.top .imgLogo2 {
	display: none;
}
.menuIcon {
	display: none;
}
.subTop .top .menuDl dd a.shuidi {
	color: #333 ;
}
.top.active {box-shadow: 0 0 16px rgba(0, 0, 0, 5%);}
.top.active .menuDl dd a.shuidi {
	color: #333 ;
}
.top.active .menuDl dd .ej {
	background: #fff;
	box-shadow: 0 0 16px rgb(0 0 0 / 2%);
}
.top.active  a {color: #333 !important;}
/* 语言 start */
.TopLang {
	width: 100px;
	height: 40px;
	border-radius: 40px;
	margin-top: 25px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.TopLang::before {
	position: absolute;
	display: block;
	content: '';
	width: 14px;
	height: 8px;
	background: url(../images/xia.png) center center no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.TopLang .icon {
	float: left;
	background-size: 100%;
	font-size: 25px;
	color: #555;
	line-height: 40px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.TopLang .title {
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #555;
	position: relative;
	left: -4px;
	transition: all .5s;
	-webkit-transition: all .5s;
} 
.TopLang .xlUp {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5.5px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.top.active .TopLang .icon,
.top.active .TopLang .title,
.top.active .TopLang .xlUp {
	color: var(--themeColors);
}
.TopLang .TopLangUl {
	width: 100%;
	position: absolute;
	bottom: -65px;
	left: 0;
	line-height: 30px;
	background: #fff;
	border-top: none;
	text-align: center;
	border-radius: 0 0 20px 20px;
	display: none;
	overflow: hidden;
}
.top.active .TopLangUl {background: #fff;box-shadow: 0 10px 16px rgba(0, 0, 0, 5%);}
.TopLang .TopLangUl li>a {
	font-size: 18px;
	color: #555;
}
.TopLang .TopLangUl li {transition: all .5s;-webkit-transition: all .5s;}
.TopLang .TopLangUl li:hover {
	background: rgba(0, 0, 0, .1);
}
.topAppIcon {
	overflow: hidden;
}
.topAppIcon>a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin: 0 5px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	margin-top: 33px;
	position: relative;
	text-align: center;
	line-height: 35px;
	color: #fff;
}
.top.active .topAppIcon .sharejs_icon,
.top.active .topAppIcon .sharejs_icon::before {
	color: var(--themeColors) !important;
	border-color: var(--themeColors) !important;
}
/* 语言 end */
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 0;}
.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: #d71718;}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide .bg{height: 100%;position: absolute;width: 100%;left: 0;top:0; overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;transition: all 1.5s 0s ease-in-out;transform: scale(1.15);}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots {
	position: absolute;
	bottom: 68px;
	left: 120px;
	width: 100%;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 60px;
	height: 5px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #cecfcd;
}
.indexBanner .slick-dots li::after {
	display: block;
	content: '';
	position: absolute;
	height: 5px;
	left: 0;
	background: var(--themeColors);
	width: 0;
}
@keyframes expandWidth {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.indexBanner .slick-dots li.slick-active::after {
	animation: expandWidth 6.5s forwards;
}
.indexBanner .prev,
.indexBanner .next {
	position: absolute;
	right: 210px;
	bottom: 50px;
	display: inline-block !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff url(../images/indexBannerPrev.png) center center no-repeat;
	z-index: 6;
	cursor: pointer;
	transition: all .5s;
}
.indexBanner .next {
	transform: rotate(180deg);
	right: 120px;
}
.indexBanner .prev:hover,
.indexBanner .next:hover {
	background: var(--themeColors) url(../images/indexBannerPrevA.png) center center no-repeat;
}

.indexBanner .img{ width: 1200px;position: absolute;left: 120px; top:50%;transform: translateY(-50%);}
.indexBanner .mySlide.on .bg{transform: scale(1);}

.indexBanner .img .title {
	line-height: 66px;
	font-size: 48px;
	color: #fff;
}
.indexBanner .img .text {
	line-height: 50px;
	padding-top: 16px;
	font-size: 30px;
	color: #fff;
}
.indexBannerNum {margin-bottom: 26px;}
.indexBannerNum span {
	line-height: 50px;
	color: #fff;
	font-size: 36px;
}
.indexBannerNum span.sp2 {
	font-size: 16px;
	padding-left: 16px;
	vertical-align: text-bottom;
}
.indexBanner .img .title,
.indexBanner .img .text,
.indexBannerNum {
	opacity: 0;
	transition: all .5s;
	transform: translateY(20px);
}
.indexBanner .img.show .title,
.indexBanner .img.show .text,
.indexBanner .img.show .indexBannerNum{
	opacity: 1;
	transform: translateY(0);
}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer {
	background: #292929;
	padding-top: 44px;
}
.footerC {
	padding-bottom: 36px;
}
.footerLeft {
	overflow: hidden;
	width: 50%;
	margin-right: 90px;
}
.footerLeft dd {
	float: left;
	width: 20%;
}
.footerLeft dd .title a {
	line-height: 30px;
	font-size: 16px;
	color: #d4d4d4;
	margin-bottom: 10px;
	display: block;
}
.footerLeft dd ul li a {
	display: block;
	line-height: 36px;
	font-size: 15px;
	color: #adadad;
	transition: all .5s;
}
.footerLeft dd ul li a:hover {color: #fff;}
.footerCenter .title {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}
.footerRight {
	margin-right: 90px;
}
.footerLink {
	width: 308px;
	height: 50px;
	background: #4c4c4c;
	line-height: 50px;
	font-size: 15px;
	color: #999999;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 25px;
}
.footerLink a {
	color: #e5e5e5;
}
.footerLink a em {
	display: inline-block;
	width: 38px;
	height: 14px;
	background: url(../images/footerMore.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.footerRight .tel .title {
	line-height: 36px;
	font-size: 16px;
	color: #999999;
}
.footerRight .tel .phone {
	line-height: 42px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'gr';
	margin-bottom: 12px;
}
.footerRight .tel .textC {
	line-height: 28px;
	font-size: 16px;
	color: #c7c7c7;
}
/* 底部版权start   */
.friendCopyRight {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	font-size: 15px;
	color: #999999;
}
.friendCopyRight .wrap {
	border-top: 1px solid #4c4c4c;
}
.friendCopyRight .conL {
	width: 100%;
	text-align: center;
	display: block;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}

.friendCopyRight .conL a {
	color: #999999;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: var(--themeColors);
}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 31.25%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}

.subBanner .subWrap {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.subBanner .text {
	position: absolute;
	bottom: 206px;
	left: 0;
	z-index: 6;
}
.subBanner .text .title {
	line-height: 86px;
	font-size: 48px;
	color: #fff;
	font-family: 'ts';
}
.subBanner .text .title1 {
	line-height: 64px;
	font-size: 24px;
	color: #fff;
	font-family: 'ts';
}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.location {
	height: 30px !important;
	overflow: hidden;
	padding-left: 33px;
	position: absolute;
	text-align: right;
	bottom: 35px;
	top: unset !important;
}
.location a {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 20px;
	position: relative;
}
.location a::before {
	position: absolute;
	display: block;
	content: '>';
	font-size: 14px;
	left: 4px;
	top: 0;
	line-height: 30px;
}
.location a.home::before {display: none;}
.location a.home {
	width: 14px;
	height: 14px;
	background: url(../images/common/home.png) center center no-repeat;
	background-size: 100%;
	padding-left: 0;
}

.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
	position: relative;
	z-index: 6;
}
.subNavBox {
	position: relative;
}

.subNav {
	text-align: center;
}
.subNav a {
	display: inline-block;
	line-height: 80px;
	height: 80px;
	color: #666666;
	font-size: 16px;
	padding: 0 46px;
	transition: all .5s;
}

.subNav a.hover,
.subNav a:hover {
	color: #fff;
	background: var(--themeColors);
}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColors); color: #FFF; border-color: var(--themeColors);}
.sjMenu a.hover{ background: var(--themeColors); color: #FFF; border-color: var(--themeColors);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #dedede;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: var(--themeColors);
	color: #fff;
}

.page a.hover {
	background: var(--themeColors);
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
}

.page a.prevPage.disabled {
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; border-color: #1e5ab0;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.section {
	background: center center no-repeat;
	background-size: cover;
}
.indexTitle .titleBox {color: #333;}
.indexTitle .title {
	line-height: 38px;
	font-size: 24px;
	font-family: 'gr';
}
.indexTitle .title1 {
	line-height: 50px;
	font-size: 36px;
	font-family: 'ts';
	padding-bottom: 25px;
	position: relative;
}
.indexTitle .title1::before {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 5px;
	background: #ce0021;
	bottom: 0;
	left: 0;
}
.indexMore a {
	display: inline-block;
	line-height: 65px;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
	background: var(--themeColors);
	border-radius: 65px;
}
.indexMore a span {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
	top: 8px;
}
.indexMore a span::before {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	inset: 0;
	margin: auto;
	transition: all .5s;
}
.indexMore a:hover span::before {
	animation: indexMore 1s linear infinite;
}
.indexMore.center {text-align: center;}
@keyframes indexMore {
	0% {transform: scale(1);}
	50% {transform: scale(1.5);}
	100% {transform: scale(1);}
}
.ov {overflow: hidden;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.section2 .text .title {
	padding-top: 56px;
	line-height: 30px;
	font-size: 19px;
	color: #444444;
	margin-bottom: 14px;
}
.section2 .text .textC {
	line-height: 30px;
	padding-top: 16px;
	border-top: 1px solid #e6e6e6;
	font-size: 17px;
	color: #666666;
	margin-bottom: 40px;
}
.column2LeftDl {
	overflow: hidden;
	margin-bottom: 102px;
}
.column2LeftDl dd {
	float: left;
	width: 33.3333%;
}
.column2LeftDl dd:nth-child(2) {text-align: center;}
.column2LeftDl dd:nth-child(3) {text-align: right;}
.column2LeftDl dd .con {
	display: inline-block;
}
.column2LeftDl dd .num {
	line-height: 70px;
	font-size: 60px;
	color: #ce0021;
	font-family: 'gr';
	margin-bottom: 10px;
}
.column2LeftDl dd .num span {
	font-size: 16px;
	color: #ce0021;
	line-height: 20px;
	position: relative;
	top: -36px;
}
.column2LeftDl dd .title {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	text-align: left;
}
.column2Right {
	width: 742px;
	margin-left: 218px;
	padding-top: 52px;
}
.column2RightDl {
	overflow: hidden;
	margin: 0 -10px;
	position: relative;
	min-height: 615px;
}
.column2RightDl dd {
	float: left;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.column2RightDl dd:nth-child(2) {left: unset;right: 0;}
.column2RightDl dd:nth-child(3) {bottom: 0;top: unset;}
.column2RightDl dd .con {
	margin: 0 10px;
}
.column2RightDl dd .con .pic::before {padding-top: 82.2714%;}
.column2RightDl dd:nth-child(2) .con .pic::before {padding-top: 170.3601%;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section3 .indexTitle .titleBox {color: #fff;}
.column3C {
	width: 480px;
	height: 480px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	background: url(../test/index/colun2Border.png) center center no-repeat;
	background-size: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 82px;
	margin-top: -28px;
}
.column3C svg {
	position: absolute;
	top: 0;
	left: 0;
}
.progress-bar {
	stroke-dasharray: 1508; /* 圆周长：2 * π * 半径 = 2 * 3.14 * 240 */
	stroke-dashoffset: 1508;
	animation: progress-animation 5s linear;
	stroke:#fff;
	animation-fill-mode: forwards;
}
@keyframes progress-animation {
	0% {
		stroke-dashoffset: 1508; /* 100% 的进度值 */
	}

	100% {
		stroke-dashoffset: 0; /* 0% 的进度值 */
	}
}
.column3Swiper {
	position: relative;
}
.column3Swiper .swiperCon .title {
	text-align: center;
	line-height: 38px;
	font-size: 26px;
	color: #fff;
	font-family: 'ap';
}
.column3Swiper .swiperCon .title1 {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-family: 'gr';
	text-align: center;
}
.column3SwiperPrev, 
.column3SwiperNext {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(100%);
	width: 40%;
	z-index: 6;
}
.column3SwiperNext {
	left: unset;
	right: 0;
}

.column3SwiperPrev .sp1,
.column3SwiperNext .sp1{
	display: inline-block;
	width: 38px;
	height: 14px;
	background: url(../test/index/prev.png) center center no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 6;
	position: relative;
}
.column3SwiperNext .sp1 {
	transform: rotate(180deg);
}
.column3SwiperPrev .sp2,
.column3SwiperNext .sp2 {
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 46px;
}
.column3SwiperPrev .line,
.column3SwiperNext .line {
	width: 74%;
    height: 2px;
    background: #fff;
    opacity: .5;
    display: inline-block;
    transform: translateY(-3px);
}
.column3SwiperPagination {
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	font-family: 'gr';
	text-align: center;
	margin-bottom: 36px;
}
.column3SwiperPagination .total {
	font-size: 16px;
	margin-left: 10px;
}
.column3Title {
	padding-top: 104px;
	position: relative;
	z-index: 6;
}
.column3Title .svg {z-index: 1;}
.column3Title .icn {
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
}
.column3Title .title {
	line-height: 76px;
	font-size: 30px;
	color: #ffffff;
	padding-top: 10px;
	padding: 0 44px;
	box-sizing: border-box;
}
.column3Title .textC {
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 48px;
	padding: 0 44px;
	box-sizing: border-box;
}
.column3Title .indexMore a {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 6;
	position: relative;
	transition: all .5s;
}
.column3Title .indexMore a:hover {
	border-color: var(--themeColors);
	background: var(--themeColors) !important;
}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column4Swiper {
	overflow: hidden;
	padding-top: 62px;
}
.column4Swiper ul {
	overflow: hidden;
	margin: 0 -25px;
}
.column4Swiper ul li {
	float: left;
	width: 33.3333%;
}
.column4Swiper .con {
	display: block;
	margin: 0 25px;
}
.column4Swiper .pic {border-radius: 5px;overflow: hidden;}
.column4Swiper .pic::before {padding-top: 56.1904%;}
.column4Swiper .title {
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	height: 64px;
	padding-top: 20px;
	margin-bottom: 14px;
}
.column4Swiper .time {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	font-family: 'gr';
	margin-bottom: 40px;
}
.section4 .indexMore {
	text-align: center;
}
.column4Btn {
	margin-top: 36px;
}
.column4Prev,
.column4Next {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-left: 20px;
	background: #e5e4e4 url(../test/index/prev1.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: all .5s;
	cursor: pointer;
}
.column4Next {
	transform: rotate(180deg);
}
.column4Prev:hover,
.column4Next:hover {
	background-color: var(--themeColors);
}
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */